home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_477 / irmaster / poster < prev    next >
Text File  |  1992-05-06  |  2KB  |  42 lines

  1. Article 127 of comp.sources.amiga:
  2. Path: fishpond!mcdphx!asuvax!ukma!rex!wuarchive!usc!elroy.jpl.nasa.gov!news.larc.nasa.gov!amiga-request
  3. From: amiga-request@ab20.larc.nasa.gov (Amiga Sources/Binaries Moderator)
  4. Newsgroups: comp.sources.amiga
  5. Subject: v91i069: IRC 1.0 - IR remote reader, Part01/05
  6. Message-ID: <comp.sources.amiga:v91i069@ab20.larc.nasa.gov>
  7. Date: 22 Mar 91 15:16:06 GMT
  8. Reply-To: ron@vicorp.uucp (Ron Peterson)
  9. Lines: 1642
  10. Approved: tadguy@uunet.UU.NET (Tad Guy)
  11. X-Mail-Submissions-To: amiga@uunet.uu.net
  12. X-Post-Discussions-To: comp.sys.amiga.misc
  13.  
  14. Submitted-by: ron@vicorp.uucp (Ron Peterson)
  15. Posting-number: Volume 91, Issue 069
  16. Archive-name: devices/irc-1.0/part01
  17.  
  18. [ includes uuencoded iff file.  the file IRMasterImage.h was split to
  19.   allow posting; combine all IRMI.h.?? files to IRMasterImage.h ...tad ]
  20.  
  21. This code is an uncompleted version of an IR remote controlled AREXX
  22. utility.  It is uncompleted because no one wants to pay me to finish
  23. it (great sadness...)  I have placed it in the public domain as an
  24. example of how to read an IR remote control signal using the parallel
  25. port.
  26.  
  27. The code runs as it is on an Amiga 1000 with 1.5M of RAM (I suspect it
  28. will run in 512K also) when compiled using Lattice's V5.04 C compiler
  29. and asm assembler.  I've only run it under V1.2 of the operating
  30. system so I don't know how it will work under V1.3 and higher.  I've
  31. pulled out all the AREXX specific code so that you don't have to have
  32. AREXX to compile or run it.  The file Schematic.ilbm contains a simple
  33. electronics schematic for hooking a Radio Shack IR receiver to the
  34. parallel port on an A1000.  NOTE that if you have an Amiga other than
  35. an A1000 you must change the +5Vdc and gnd connections and use a male
  36. connector instead of a female.  I think the connections for other
  37. machines is pin 14 = +5Vdc and pin 25 = gnd but don't trust my
  38. memory---verify it!
  39.  
  40. ron@vicorp.com or uunet!vicorp!ron
  41.  
  42.